HTMLExport does not RichView properly?
When I try to export a report with a RichView on it, which includes formatting (bold, color, etc) and images, then the HMTLExport just strips it down to plain text.
Am I doing something wrong?
(export to PDF works perfect for that same report)
Am I doing something wrong?
(export to PDF works perfect for that same report)
Comments
re export into html
Export peculiarities: export may consist of several files. Each graphic image is supported and saved in their own separate file, RichText objects are transferred as simple text.
for your vertical bar assuming
|memoobject| |vbarobject|
memo object stretches band to suit contents set barobject stretch mode to smmaxheight
it should then grow with the memo object.
However, the bar is not supposed to stretch to full band height.
I have something like this:
The vertical bar is to strech and the height between the two bars (when memo1 being that same height).
I tried catching it in code, but no luck there ... what would be the right event to calculate/apply this change of height?
I think I'll try playing with Child bands and use your suggestion, see if that works.